type go.uber.org/zap/zapcore.errArrayElem

7 uses

	go.uber.org/zap/zapcore (current package)
		error.go#L107: 	return &errArrayElem{}
		error.go#L113: type errArrayElem struct{ err error }
		error.go#L115: func newErrArrayElem(err error) *errArrayElem {
		error.go#L116: 	e := _errArrayElemPool.Get().(*errArrayElem)
		error.go#L121: func (e *errArrayElem) MarshalLogArray(arr ArrayEncoder) error {
		error.go#L125: func (e *errArrayElem) MarshalLogObject(enc ObjectEncoder) error {
		error.go#L129: func (e *errArrayElem) Free() {